home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / MacPNG Library 1.02 / pngMacAppl.readme.txt < prev   
Text File  |  1996-06-28  |  4KB  |  96 lines

  1. Portable Network Graphics Group
  2.  
  3. These applications are a result of my port of PNG libraries and PNG utilities.
  4. Comments can be directed to: Mark Fleming <Markf@post.queensu.ca>
  5.  
  6. Compiled 68K applications:
  7.  
  8. pngCheck - test to see if file is a correct PNG file.
  9. pngtest - test png library, requires "pngtest.png" file in the same folder as this application.
  10.  
  11. Compiled 68K & PPC applications:
  12.  
  13. PNG to TIFF converter - convert PNG file to TIFF files.
  14. HISTORY
  15. 96-03-08 RMF v1.0 Added Finder Balloon help decription and set the file type and 
  16.                         file  creator on the output file.
  17.  
  18.                                 TIFF file type is: TIFF, and creator is: JPEG Viewer
  19.     
  20. 95-08-29 RMF Update to compile on the Macintosh computer 
  21.           by Mark Fleming (RMF) <markf@post.queensu.ca>
  22.  
  23. 95-03-10 Created by Lee Daniel Crocker <lee@piclab.com>    
  24.                <URL:http://www.piclab.com/piclab/index.html>
  25.  
  26.  
  27.  
  28. gif2png: convert GIF files to PNG files.
  29.  HISTORY
  30. 96-05-29  RMF V1.02 Updated to use PNGLib v0.80, zlib v0.95 libraries.
  31. 96-03-11  RMF v1.01 Converted to use DropShell V2.0 shell and registered the application signature 'GPNG' to allow for Drag & Drop translation and AppleScript support for GIF to PNG file translation.
  32.  96-03-08 RMF    Added Finder Balloon help decription and set the file type and 
  33.                                                      file  creator on the output file.
  34.  
  35.                                                 PNG File type is: PiNG, and creator is: HTML Viewer
  36.         
  37. 95-08-29  v1.0 Update to compile on the Macintosh computer  by 
  38.                  Mark Fleming (RMF) <markf@post.queensu.ca>
  39.  
  40.  Copyright (C) 1995 Alexander Lehmann
  41.  
  42.   This software is provided 'as-is', without any express or implied
  43.   warranty.  In no event will the authors be held liable for any damages
  44.   arising from the use of this software.
  45.  
  46.   Permission is granted to anyone to use this software for any purpose,
  47.   including commercial applications (see below), and to alter it and
  48.   redistribute it freely, subject to the following restrictions:
  49.  
  50.   1. The origin of this software must not be misrepresented; you must not
  51.      claim that you wrote the original software. If you use this software
  52.      in a product, an acknowledgment in the product documentation would be
  53.      appreciated but is not required.
  54.   2. Altered source versions must be plainly marked as such, and must not be
  55.      misrepresented as being the original software.
  56.   3. This notice may not be removed or altered from any source distribution.
  57.   4. Binary only distributions of the software must include the file README
  58.      with the copyright statement. You are welcome to add a copyright
  59.      statement for your modifications and a contact address, though.
  60.  
  61.   Note that this program uses the LZW decompression algorithm, which due to
  62.   patent claims probably requires you to license if you use the algorithm
  63.   in a commercial program or distribute this program on a for-profit basis.
  64.   (See http://www.unisys.com)
  65.  
  66.   Alexander Lehmann <alex@hal.rhein-main.de>
  67.   Macintosh Port by Mark Fleming <markf@post.queensu.ca>
  68.                               <URL:http://ccsmacinfo.ccs.queensu.ca/Mark/>
  69.  
  70. Archive Source Available:
  71.  
  72. <ftp:ftp.ccs.queensu.ca/pub/macintosh/Mark_Translators/MacPNGLib0.80.src.sit.hqx> 
  73.     - CodeWarrier projects and source to libraries.
  74.     
  75. <ftp:ftp.ccs.queensu.ca/pub/macintosh/Mark_Translators/MacPNGlibs0.80.sit.hqx>
  76.  - CodeWarrier libraries only Content of the archive are as follows:
  77.  
  78. PNGLib v0.80, zlib v0.95
  79.  
  80. lbpngPPC.lib        - CodeWarrier PPC native library with PPC alignment.
  81. lbpngPPC.lib.68k    - CodeWarrier PPC native library with 68K alignment.
  82. libpng.68k        - CodeWarrier 68K library with 4byte int's.
  83. zlib.68k        - CodeWarrier 68K library with 4byte int's.
  84. zlibPPC.lib        - CodeWarrier PPC native library with PPC alignment.
  85. zlibPPC.lib.68k    - CodeWarrier PPC native library with 68K alignment.
  86.  
  87. Updated to PNGLib v0.80, zlib v0.95 by:
  88. Mark Womack, Infographics, Inc. 
  89. email:<markwomack@aol.com> <http://members.aol.com/markwomack/home.html>
  90.  
  91. NOTE: <ftp:ftp.ccs.queensu.ca/pub/macintosh/Mark_Translators/pngMacSrcV1.02.sit.hqx>
  92. also contains the above libraries and source code.
  93.  
  94. for updates check out Mark Fleming software:
  95.     <http://ccsmacinfo.ccs.queensu.ca/Mark/>
  96.